expression list造句
例句与造句
- generates code for the specified expression list
为指定的表达式列表生成代码。 - an integer specifying how many rows to return . expression list
一个指定要返回行数的整数。 - expression list a comma-separated list of related column identifiers
相关列标识符的逗号分隔列表。 - you can use the expression list to return whatever columns you need
可以使用表达式列表返回需要的任何列。 - expression list a comma-separated list of columns derived from the content schema rowset
从内容架构行集派生的一组列,各列间以逗号分隔。 - It's difficult to find expression list in a sentence. 用expression list造句挺难的
- expression list a comma-separated list of related column identifiers derived from the content schema rowset
基于内容架构行集派生的一组以逗号分隔的相关列标识符。 - an assignment statement evaluates the expression list ( remember that this can be a single expression or a comma-separated list, the latter yielding a tuple ) and assigns the single resulting object to each of the target lists, from left to right
一个赋值语句对表达式序列求值(还记得这可以是单个表达式或者一个逗号分隔的序列,后者导出一个元组),然后从左到右地将对象结果一一地赋给目的序列的每个对象。 - an augmented assignment evaluates the target ( which, unlike normal assignment statements, cannot be an unpacking ) and the expression list, performs the binary operation specific to the type of assignment on the two operands, and assigns the result to the original target
一条增量赋值语句对目标(和一般的赋值语句不同,它不能是展开的对象)和表达式列表求值,执行特定于两个操作数的赋值类型的二元运算,并将结果赋值给原先的目标。